home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / postproc / lightspr / r3lsprgd.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  817 b   |  31 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/postproc/lightspr/r3lsprgd.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/gadget/r3ieffgd.js")
  7. var R3CLID_LIGHTSPREADGADGET = 1546;
  8.  
  9. R3LSPRGM_CHANNELCHANGED = 1546000;
  10.  
  11. function _R3LSPRGM_CHANNELCHANGED() {
  12.   return this.r3Do(R3LSPRGM_CHANNELCHANGED, arguments);
  13. }
  14.  
  15.  
  16. R3LSPRGM_TGCHCHANGED = 1546001;
  17.  
  18. function _R3LSPRGM_TGCHCHANGED() {
  19.   return this.r3Do(R3LSPRGM_TGCHCHANGED, arguments);
  20. }
  21.  
  22. function r3Lightspreadgadget () { 
  23.    this.base = r3God;
  24.    if(arguments.length) {
  25.       this.base(R3CLID_LIGHTSPREADGADGET, arguments);
  26.    }
  27.    // Methods
  28.    this.CHANNELCHANGED=_R3LSPRGM_CHANNELCHANGED;
  29.    this.TGCHCHANGED=_R3LSPRGM_TGCHCHANGED;
  30.  
  31. // inc/plugins/postproc/lightspr/r3lsprgd.h_H